So you want to show three images across each "row"? Is that right? Not too hard. Just dump pass-thru HTML in each of three columns. The first should do this:
<tr><td>your stuff</td>
The second this:
<td>stuff</td>
and the third this:
<td>stuff</td></tr>
Or am I missing something?
--
http://www.benpoole.com